Search
ZoomControlExtensions.ZoomControl Method (IHtmlHelper, ZoomControl, IDictionary(String, Object))
See Also
 





Returns a ZoomControl by using the specified HTML helper.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public static IHtmlContent ZoomControl (
    IHtmlHelper helper,
    ZoomControl control,
    IDictionary<string, Object> htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function ZoomControl( _
    helper As IHtmlHelper, _
    control As ZoomControl, _
    htmlAttributes As IDictionary(Of String, Object) _
) As IHtmlContent

 Parameters

helper

The HTML helper

control

The ZoomControl

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also